Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 606 Bytes

FieldElement.mdx

File metadata and controls

31 lines (25 loc) · 606 Bytes

import { Description, Property, Title } from '~/components';

<Title>FieldElement</Title> Type that defines the HTML element of a field.

FieldElement

Type that defines the HTML element of a field.

Definition

  • FieldElement <Property {...properties.FieldElement} />

export const properties = { FieldElement: { type: [ { type: 'custom', name: 'HTMLInputElement', }, { type: 'custom', name: 'HTMLSelectElement', }, { type: 'custom', name: 'HTMLTextAreaElement', }, ], }, };